treewide: remove redundant rec
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
let
|
||||
version = "1.1.0";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
pname = "libmpc";
|
||||
inherit version; # to avoid clash with the MPD client
|
||||
|
||||
|
||||
Reference in New Issue
Block a user