good idea probably
This commit is contained in:
parent
3b16fee5f4
commit
625c6dddc9
1 changed files with 4 additions and 0 deletions
|
@ -114,8 +114,12 @@
|
||||||
mv build/draconis++ $out/bin/draconis++
|
mv build/draconis++ $out/bin/draconis++
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
NIX_ENFORCE_NO_NATIVE = 0;
|
||||||
meta.staticExecutable = true;
|
meta.staticExecutable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
draconisplusplus-generic = draconisplusplus.overrideAttrs {NIX_ENFORCE_NO_NATIVE = 1;};
|
||||||
|
|
||||||
default = draconisplusplus;
|
default = draconisplusplus;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue