treewide: remove redundant rec
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub
|
||||
, talloc, docutils, swig, python, coreutils, enablePython ? true }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
pname = "proot";
|
||||
version = "20190510";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user