undo
This commit is contained in:
@@ -21,14 +21,9 @@
|
|||||||
-o $name
|
-o $name
|
||||||
'';
|
'';
|
||||||
|
|
||||||
outputs = [ "out" "headers" ];
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp $name $out/bin
|
cp $name $out/bin
|
||||||
|
|
||||||
mkdir $headers
|
|
||||||
cp include -r $headers
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user