librem: Fix build
This commit is contained in:
@@ -12,15 +12,14 @@ stdenv.mkDerivation rec {
|
|||||||
"LIBRE_INC=${libre}/include/re"
|
"LIBRE_INC=${libre}/include/re"
|
||||||
''PREFIX=$(out)''
|
''PREFIX=$(out)''
|
||||||
]
|
]
|
||||||
++ stdenv.lib.optional (stdenv.cc.cc != null) "SYSROOT_ALT=${stdenv.cc.cc}"
|
++ stdenv.lib.optional (stdenv.cc.cc != null) "SYSROOT_ALT=${stdenv.lib.getDev stdenv.cc.cc}"
|
||||||
++ stdenv.lib.optional (stdenv.cc.libc != null) "SYSROOT=${stdenv.cc.libc}"
|
++ stdenv.lib.optional (stdenv.cc.libc != null) "SYSROOT=${stdenv.lib.getDev stdenv.cc.libc}"
|
||||||
;
|
;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.creytiv.com/rem.html";
|
homepage = "http://www.creytiv.com/rem.html";
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [raskin];
|
maintainers = with stdenv.lib.maintainers; [raskin];
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
inherit version;
|
|
||||||
downloadPage = "http://www.creytiv.com/pub/";
|
downloadPage = "http://www.creytiv.com/pub/";
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
downloadURLRegexp = "/rem-.*[.]tar[.].*";
|
downloadURLRegexp = "/rem-.*[.]tar[.].*";
|
||||||
|
|||||||
Reference in New Issue
Block a user