mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Add memcached to the channel
This commit is contained in:
parent
864339cf4d
commit
096f422545
@ -15,6 +15,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://memcached.org/;
|
homepage = http://memcached.org/;
|
||||||
license = "bsd";
|
license = "bsd";
|
||||||
maintainers = [ stdenv.lib.maintainers.coconnor ];
|
maintainers = [ stdenv.lib.maintainers.coconnor ];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user