libcap*: fix with multiple outputs
I don't think we need the license file in each of these, so I only left it with the library (it isn't big).
This commit is contained in:
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = "lib=lib prefix=$(out)";
|
||||
|
||||
postInstall = ''
|
||||
rm "$out"/lib/*.a
|
||||
mkdir -p "$dev/share/doc/${name}"
|
||||
cp ../License "$dev/share/doc/${name}/License"
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user