about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/routinator/Cargo.toml.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/servers/routinator/Cargo.toml.patch')
-rw-r--r--nixpkgs/pkgs/servers/routinator/Cargo.toml.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/servers/routinator/Cargo.toml.patch b/nixpkgs/pkgs/servers/routinator/Cargo.toml.patch
new file mode 100644
index 000000000000..8bda0299bc88
--- /dev/null
+++ b/nixpkgs/pkgs/servers/routinator/Cargo.toml.patch
@@ -0,0 +1,13 @@
+diff --git a/Cargo.toml b/Cargo.toml
+index 7f07b3b..7d7af0a 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -48,7 +48,7 @@ syslog          = "5.0.0"
+ rustc_version   = "0.4.0"
+ 
+ [features]
+-default = [ "socks", "ui"]
++default = [ "socks" ]
+ extra-debug = ["rpki/extra-debug"]
+ socks = [ "reqwest/socks" ]
+ rta = []