runit: support building with clangStdenv
This commit is contained in:
parent
ee1cc78333
commit
ac193edd2d
@ -21,6 +21,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
cd src
|
cd src
|
||||||
|
|
||||||
|
# Both of these are originally hard-coded to gcc
|
||||||
|
echo cc > conf-cc
|
||||||
|
echo cc > conf-ld
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -36,6 +40,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
homepage = "http://smarden.org/runit";
|
homepage = "http://smarden.org/runit";
|
||||||
maintainers = with maintainers; [ rickynils joachifm ];
|
maintainers = with maintainers; [ rickynils joachifm ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user