pbis: remove comment referencing libglade
This commit is contained in:
parent
a7e5835331
commit
f6d2ceae6d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
# curl must be placed after openssl_1_0_2, because it pulls openssl 1.1 dependency.
|
||||
buildInputs = [
|
||||
pam popt libiconv libuuid openssl_1_0_2 cyrus_sasl
|
||||
curl sqlite popt tdb libxml2 /*libglade2 for gtk*/
|
||||
curl sqlite popt tdb libxml2
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue