···33let
4455 color-profiles = stdenv.mkDerivation {
66- name = "splix-color-profiles-20070625";
66+ pname = "splix-color-profiles";
77+ version = "unstable-2007-06-25";
7889 src = fetchurl {
910 url = "http://splix.ap2c.org/samsung_cms.tar.bz2";
···1718 };
18191920in stdenv.mkDerivation rec {
2020- name = "splix-svn-${rev}";
2121- rev = "315";
2121+ pname = "splix-svn";
2222+ version = "315";
22232324 src = fetchsvn {
2425 # We build this from svn, because splix hasn't been in released in several years
2526 # although the community has been adding some new printer models.
2627 url = "svn://svn.code.sf.net/p/splix/code/splix";
2727- inherit rev;
2828+ rev = version;
2829 sha256 = "16wbm4xnz35ca3mw2iggf5f4jaxpyna718ia190ka6y4ah932jxl";
2930 };
3031