File tree 3 files changed +12
-0
lines changed
desktops/gnome-2/platform
development/libraries/xmlsec
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
10
10
sha256 = "1kbgqh7bw0fdx4f1a1aqwpff7gp5mwhbaz60c6c98bc4djng5dgs" ;
11
11
} ;
12
12
13
+ outputs = [ "out" "dev" ] ;
14
+
13
15
nativeBuildInputs = [ pkgconfig intltool ] ;
14
16
buildInputs = [ bison popt gtk libxml2 GConf libglade libtool ] ;
15
17
propagatedBuildInputs = [ libbonobo libgnomecanvas libgnome ] ;
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
11
11
sha256 = "03rwbli76crkjl6gp422wrc9lqpl174k56cp9i96b7l8jlj2yddf" ;
12
12
} ;
13
13
14
+ outputs = [ "out" "dev" ] ;
15
+
14
16
nativeBuildInputs = [ pkgconfig intltool ] ;
15
17
buildInputs =
16
18
[ xorg . xlibsWrapper libxml2 GConf pango glib libgnome_keyring libglade libtool ] ;
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ stdenv.mkDerivation rec {
12
12
sha256 = "1lpwj8dxwhha54sby0v5axjk79h56jnhjjiwiasbbk15vwzahz4n" ;
13
13
} ;
14
14
15
+ outputs = [ "out" "dev" ] ;
16
+
15
17
buildInputs = [ makeWrapper libxml2 gnutls libxslt pkgconfig libgcrypt libtool openssl nss ] ;
18
+
16
19
enableParallelBuilding = true ;
17
20
doCheck = true ;
18
21
@@ -23,6 +26,11 @@ stdenv.mkDerivation rec {
23
26
# otherwise libxmlsec1-gnutls.so won't find libgcrypt.so, after #909
24
27
NIX_LDFLAGS = [ "-lgcrypt" ] ;
25
28
29
+ postInstall = ''
30
+ moveToOutput "bin/xmlsec1-config" "$dev"
31
+ moveToOutput "lib/xmlsec1Conf.sh" "$dev"
32
+ '' ;
33
+
26
34
postFixup = ''
27
35
wrapProgram "$out/bin/xmlsec1" --prefix LD_LIBRARY_PATH ":" "$out/lib"
28
36
'' ;
You can’t perform that action at this time.
0 commit comments