mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 22:47:37 +00:00
Make sure Trac is built on a Linux machine, since it requires a
lot of patching (and therefore doesn't work) on OS X. svn path=/nixpkgs/trunk/; revision=5201
This commit is contained in:
parent
3c8a7d98b0
commit
6860ccf4b9
@ -1,5 +1,7 @@
|
||||
{stdenv, fetchurl, python, clearsilver, subversion, sqlite, pysqlite, makeWrapper}:
|
||||
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "trac-0.9.5";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user