mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
mpdsync: remove
This commit is contained in:
parent
6e4f70e880
commit
43f50c07a6
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
|||
{ stdenv, python2, fetchFromGitHub }:
|
||||
with python2.pkgs;
|
||||
stdenv.mkDerivation {
|
||||
pname = "mpdsync";
|
||||
version = "unstable-2017-06-15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "alphapapa";
|
||||
repo = "mpdsync";
|
||||
rev = "da90058f44dd9578cc5f2fb96a1fb2b26da40d07";
|
||||
sha256 = "1mfg3ipqj5dvyyqbgp6ia6sc1ja5gmm2c9mfrwx0jw2dl182if6q";
|
||||
};
|
||||
|
||||
pythonPath = [ mpd2 ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
wrapPython
|
||||
];
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
installPhase = "install -D mpdsync.py $out/bin/mpdsync";
|
||||
postFixup = "wrapPythonPrograms";
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue