From 9b740035a42ddcc48c0cd588a5ff67750b332675 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 21 Jan 2012 21:25:45 +0000 Subject: [PATCH] mplayer: renamed the expression from "mplayer-r${version}" to "mplayer-${version}" The additional 'r' after the hyphen prevented nix-env from recognizing the SVN revision number as a version'ish kind of thing; thus nix-env would never update an installed mplayer in any user profile. In other words, to get this particular update, you must remove the old expression by running nix-env -e mplayer-r33472 ..., and then install the new one: nix-env -i mplayer svn path=/nixpkgs/trunk/; revision=31785 --- pkgs/applications/video/MPlayer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/MPlayer/default.nix b/pkgs/applications/video/MPlayer/default.nix index c41cdf50329..0566b4bbe29 100644 --- a/pkgs/applications/video/MPlayer/default.nix +++ b/pkgs/applications/video/MPlayer/default.nix @@ -73,7 +73,7 @@ let in stdenv.mkDerivation rec { - name = "mplayer-r${mplayerRev}"; + name = "mplayer-${mplayerRev}"; src = fetchsvn { # Old kind of URL: