mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Mentioned installPhase. Ugly but working for setup.sh, the only way for new setup-*.sh
svn path=/nixpkgs/trunk/; revision=9531
This commit is contained in:
parent
004057ea50
commit
f5f830802a
@ -1,7 +1,7 @@
|
|||||||
args: with args; stdenv.mkDerivation {
|
args: with args; stdenv.mkDerivation {
|
||||||
name = "i810switch-0.6.5";
|
name = "i810switch-0.6.5";
|
||||||
|
|
||||||
phases = "installPhase";
|
phases = "unpackPhase installPhase";
|
||||||
|
|
||||||
installPhase = "
|
installPhase = "
|
||||||
sed -i -e 's+/usr++' Makefile
|
sed -i -e 's+/usr++' Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user